rm update
[EroBeats.git] / Djinn and Tonic - Erobeats / TrainerTemplate.h
blobf23403cc732d80b70428da069b0408c4b9ed5075
1 #pragma once
2 #include "LevelTemplate.h"
3 class TrainerTemplate :
4 public LevelTemplate
6 public:
7 TrainerTemplate();
8 TrainerTemplate(int* scrn, FileIO* fileIO, ResourceMaster* resourcePointer);
9 ~TrainerTemplate();
11 void play();
13 Animation* outlineAnimation;
15 float countDownTime;
16 float countDownDuration;
18 SDL_Texture* goalText;
19 SDL_Texture* subGoalText;
20 SDL_Texture* levelText;
21 SDL_Texture* startText;
22 SDL_Texture* countDownText;
24 SDL_Rect goalRect;
25 SDL_Rect subGoalRect;
26 SDL_Rect levelRect;
27 SDL_Rect startRect;
28 SDL_Rect countDownRect;
30 SDL_Rect aheadRect;
31 SDL_Rect behindRect;
32 SDL_Rect perfectRect;
34 SDL_Rect light1Rect;
35 SDL_Rect light2Rect;
36 SDL_Rect light3Rect;
38 SDL_Rect mouseRect;
39 SDL_Rect mouseRightRect;
40 SDL_Rect mouseLeftRect;